home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18510 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  892 b 

  1. Path: news.mindspring.com!usenet
  2. From: mroot@atl.mindspring.com (Danette & Murray Root)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: > 64K code under small model possible?
  5. Date: Sun, 21 Apr 1996 04:28:47 GMT
  6. Organization: MindSpring Enterprises
  7. Message-ID: <4lcdgj$24t4@mule2.mindspring.com>
  8. References: <4lbvfc$167@nntp1.best.com> <4l4doj$sdl@tribune.concentric.net> <4l4fru$22dg@mule2.mindspring.com> <4latvs$du3@tribune <4lc9ia$emt@vixen.cso.uiuc.edu>
  9. NNTP-Posting-Host: user-168-121-127-88.dialup.mindspring.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. wemccaug@prairienet.org (Wendy E. McCaughrin) wrote:
  13.  
  14. => Does this mean no difference between the 'tiny' and 'small' models?
  15.  
  16. No. Tiny is:
  17.  
  18. Code + Data < 64k
  19.  
  20. Small is:
  21.  
  22. Code < 64k and Data < 64k, But Code + Data may be > 64k
  23.  
  24. If there's a newsgroup for Intel specific stuff, this really belongs there,
  25. since it doesn't apply anywhere else.
  26.  
  27.  
  28.